Text File | 1995-12-30 | 417 b | 4 lines | [TEXT/ttxt]
Memory Allocator
by Jean-Francois Brouillet <verec@micronet.fr>
Memory Allocator provides a fast allocator which recycles freed objects into a set of pools for later reuse. Typical speed improvments range from 5x to 10x (your mileage may vary). Provided you understand when to use this allocator, and what its drawbacks are, it can be very usefull if you spend your time allocating and freeing a lot of small objects